Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · 📊
| Attribute | Value |
|---|---|
| Connector ID | CiscoUmbrellaDataConnector |
| Publisher | Cisco |
| Used in Solutions | CiscoUmbrella |
| Collection Method | Azure Function |
| Connector Definition Files | CiscoUmbrella_API_FunctionApp.json |
| Ingestion API | HTTP Data Collector API — Azure Function code uses SharedKey/HTTP Data Collector API |
| Custom Log V1 Tables | Yes 🔶 — ingests into tables with type-suffixed columns |
The Cisco Cloud Security solution for Microsoft Sentinel enables you to ingest Cisco Secure Access and Cisco Umbrella logs stored in Amazon S3 into Microsoft Sentinel using the Amazon S3 REST API. Refer to Cisco Cloud Security log management documentation for more information.
This connector ingests data into the following tables:
| Table | Transformations | Ingestion API | Lake-Only |
|---|---|---|---|
Cisco_Umbrella_audit_CL 🔶 |
? | ✓ | ? |
Cisco_Umbrella_cloudfirewall_CL 🔶 |
? | ✓ | ? |
Cisco_Umbrella_dlp_CL 🔶 |
? | ✓ | ? |
Cisco_Umbrella_dns_CL 🔶 |
? | ✓ | ? |
Cisco_Umbrella_fileevent_CL 🔶 |
? | ✓ | ? |
Cisco_Umbrella_firewall_CL 🔶 |
? | ✓ | ? |
Cisco_Umbrella_intrusion_CL 🔶 |
? | ✓ | ? |
Cisco_Umbrella_ip_CL 🔶 |
? | ✓ | ? |
Cisco_Umbrella_proxy_CL 🔶 |
? | ✓ | ? |
Cisco_Umbrella_ravpnlogs_CL 🔶 |
? | ✓ | ? |
Cisco_Umbrella_ztaflow_CL 🔶 |
? | ✓ | ? |
Cisco_Umbrella_ztna_CL 🔶 |
? | ✓ | ? |
💡 Tip: Tables with Ingestion API support allow data ingestion via the Azure Monitor Data Collector API, which also enables custom transformations during ingestion.
Resource Provider Permissions: - Workspace (Workspace): read and write permissions on the workspace are required. - Keys (Workspace): read permissions to shared keys for the workspace are required. See the documentation to learn more about workspace keys.
Custom Permissions: - Microsoft.Web/sites permissions: Read and write permissions to Azure Functions to create a Function App is required. See the documentation to learn more about Azure Functions. - Amazon S3 REST API Credentials/permissions: AWS Access Key Id, AWS Secret Access Key, AWS S3 Bucket Name are required for Amazon S3 REST API.
⚠️ Note: These instructions were automatically generated from the connector's user interface definition file using AI and may not be fully accurate. Please verify all configuration steps in the Microsoft Sentinel portal.
NOTE: This connector uses Azure Functions to connect to the Amazon S3 REST API to pull logs into Microsoft Sentinel. This might result in additional data ingestion costs. Check the Azure Functions pricing page for details.
NOTE: This connector has been updated to support Cisco Cloud Security log schema version 14.
(Optional Step) Securely store workspace and API authorization key(s) or token(s) in Azure Key Vault. Azure Key Vault provides a secure mechanism to store and retrieve key values. Follow these instructions to use Azure Key Vault with an Azure Functions App.
NOTE: This connector uses a parser based on a Kusto Function to normalize fields. Follow these steps to create the Kusto function alias Cisco_Umbrella.
STEP 1 - Configuration of the Cisco Cloud Security logs collection
See documentation and follow the instructions for set up logging and obtain credentials.
STEP 2 - Choose ONE from the following two deployment options to deploy the connector and the associated Azure Functions
IMPORTANT: Before deploying the Cisco Cloud Security data connector, have the Workspace ID and Workspace Primary Key (can be copied from the following), as well as the Amazon S3 REST API Authorization credentials, readily available. - Workspace ID:
WorkspaceIdNote: The value above is dynamically provided when these instructions are presented within Microsoft Sentinel. - Primary Key:PrimaryKeyNote: The value above is dynamically provided when these instructions are presented within Microsoft Sentinel.
Option 1 - Azure Resource Manager (ARM) Template
Use this method for automated deployment of the Cisco Cloud Security data connector using an ARM Tempate.
Click the Deploy to Azure button below.
2. Select the preferred Subscription, Resource Group and Location.
3. Enter the Workspace ID, Workspace Key, S3Bucket, AWSAccessKeyId, AWSSecretAccessKey
Note: For the S3Bucket use the value that Cisco referrs to as the S3 Bucket Data Path and add a / (forward slash) to the end of the value
4. Mark the checkbox labeled I agree to the terms and conditions stated above.
5. Click Purchase to deploy.
Option 2 - Manual Deployment of Azure Functions
Use the following step-by-step instructions to deploy the Cisco Cloud Security data connector manually with Azure Functions (Deployment via Visual Studio Code). Step 1 - Deploy a Function App
**NOTE:** You will need to [prepare VS code](https://docs.microsoft.com/azure/azure-functions/create-first-function-vs-code-python) for Azure Functions development.
After successful deployment of the function app, follow next steps for configuring it.
Step 2 - Configure the Function App
- Use logAnalyticsUri to override the log analytics API endpoint for dedicated cloud. For example, for public cloud, leave the value empty; for Azure GovUS cloud environment, specify the value in the following format:
https://<CustomerId>.ods.opinsights.azure.us.
Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · 📊